Northwoods.GoSilverlight 1.3.5 Assembly
SetGroupNodeKey Method
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : SetGroupNodeKey Method

nodedata
the node data to be modified
groupkey
the key value of the new "group" node data
Change a node data so that it refers to a different container group node data, by node key.

Syntax

Visual Basic (Declaration) 
Public Sub SetGroupNodeKey( _
   ByVal nodedata As NodeType, _
   ByVal groupkey As NodeKey _
) 
C# 
public void SetGroupNodeKey( 
   NodeType nodedata,
   NodeKey groupkey
)

Parameters

nodedata
the node data to be modified
groupkey
the key value of the new "group" node data

Remarks

This calls ModifyGroupNodeKey This is an error if Modifiable is false.

Requirements

See Also

© 2012 All Rights Reserved.